home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / cybint14.exe / cybint14.DXR / 00002.ls next >
Encoding:
Text File  |  1997-02-17  |  208 b   |  12 lines

  1. on exitFrame
  2.   if the movieTime of sprite 1 = the duration of cast 1 then
  3.     startTimer()
  4.     repeat while the timer < 30
  5.       nothing()
  6.     end repeat
  7.     go(1, "main")
  8.   else
  9.     Loopframe()
  10.   end if
  11. end
  12.